home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / DS-1.ZIP;1 / H.ZIP / CPROTO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-10  |  2.1 KB  |  51 lines

  1. /*
  2.  * cproto.h -- prototypes for functions common to several modules.
  3.  */
  4.  
  5. char    *db_string    Params((noargs));
  6. char    *makename    Params((char *dest,char *d,char *name,char *e));
  7. char    *salloc    Params((char *s));
  8. char    *spec_str    Params((char *s));
  9. char    *str_install    Params((struct str_buf *sbuf));
  10. int    cmp_pre    Params((char *pre1, char *pre2));
  11. int    db_open    Params((char *s, char **lrgintflg));
  12. int    db_tbl    Params((char *section, struct implement **tbl));
  13. int     escape  Params((char **str_ptr, int *nchars_ptr));
  14. int    getopt    Params((int nargs, char **nargv, char *ostr));
  15. int    prt_i_str    Params((FILE *f, char *s, int len));
  16. int    redirerr    Params((char *p));
  17. int    smatch    Params((char *s,char *t));
  18. int    tonum    Params((int c));
  19. long    longwrite    Params((char *s,long len,FILE *file));
  20. long    millisec    Params((noargs));
  21. novalue cset_init    Params((FILE *f, unsigned short *bv));
  22. novalue    db_chstr    Params((char *s1, char *s2));
  23. novalue    db_close    Params((noargs));
  24. novalue    db_code    Params((struct implement *ip));
  25. novalue    db_dscrd    Params((struct implement *ip));
  26. novalue    db_err1    Params((int fatal, char *s1));
  27. novalue    db_err2    Params((int fatal, char *s1, char *s2));
  28. novalue    getctime    Params((char *sbuf));
  29. novalue    getitime    Params((struct cal_time *ct));
  30. novalue    id_comment    Params((FILE *f));
  31. novalue    init_sbuf    Params((struct str_buf *sbuf));
  32. novalue    init_str    Params((noargs));
  33. novalue    new_sbuf    Params((struct str_buf *sbuf));
  34. novalue    nxt_pre Params((char *pre, char *nxt));
  35. pointer    alloc    Params((unsigned int n));
  36. struct    fileparts *fparse    Params((char *s));
  37. struct    il_code *new_il    Params((int il_type, int size));
  38. struct    implement    *db_ilkup    Params((char *id, struct implement **tbl));
  39. struct    implement    *db_impl     Params((int oper_typ));
  40. unsigned short   *bitvect    Params((char *image, int len));
  41.  
  42. #ifndef SysMem
  43. pointer    memcopy        Params((char *to, char* from, word n));
  44. pointer    memfill        Params((char *to, int con, word n));
  45. #endif                    /* SysMem */
  46.  
  47. #if IntBits == 16
  48. long    lstrlen    Params((char *s));
  49. novalue    lqsort    Params((char *base, int nel, int width, int (*cmp)()));
  50. #endif                    /* IntBits == 16 */
  51.